home *** CD-ROM | disk | FTP | other *** search
/ Acorn RISC PD-CD 1 / Acorn RISC PD-CD 1.iso / sillies / _docs / dream < prev    next >
Text File  |  2004-01-01  |  2KB  |  53 lines

  1. ---------------------------------------------------------------------
  2.  
  3. NAME
  4.      dream - suspend execution for an interval while executing
  5.              random code in memory
  6.  
  7. SYNTAX
  8.      dream [-d][[-nrRsw] [time]]
  9.  
  10. DESCRIPTION
  11.      Dream suspends execution of the current proces for time
  12.      seconds, while simulating a dream sequence by executing random
  13.      segments of code in memory.  All devices are paralyzed (blocked)
  14.      to prevent dangerous side-effects.  The options are as follows:
  15.  
  16.      -d    daydream.  code seems to be more related to the actual
  17.            suspended process, and suspension will be for a limited
  18.            amount of time.  Attention can be restored by snapping
  19.            fingers next to keyboard.
  20.  
  21.      -n    nightmare.  Repeated references to the system error logs
  22.            are made during execution.
  23.  
  24.      -r    recurring.  The code of a previous execution will be
  25.            re-selected for this dream.
  26.  
  27.      -R    REM (Rapid Eye Movement).  The current value of the PC is
  28.            is flashed on the screen for every instruction.
  29.  
  30.      -s    sleepwalking.  Tape drives will be sent many alternating
  31.            fast-forward and rewind requests and/or line printers sent
  32.            many alternating carraige-return and tab codes to promote
  33.            movement of machine(s) across floor.  Stopping these
  34.            devices may confuse the program.
  35.  
  36.      -w    wet dream.  The code is selected from the sex(1l) program.
  37.  
  38.      Dream will invoke automatically with the -d option when the
  39.      system proves extremely slow.
  40.  
  41.      The relation of the randomly-executed code to the subconcious
  42.      (background tasks) of the current processes is suspected but has
  43.      not been proven.
  44.  
  45. WARNING
  46.      do not select the -w option without covering the keyboard.
  47.  
  48. SEE ALSO
  49.      sleep(1), sex(1l), dream(3l), alarm(3C)
  50.                                         
  51.                                                         --- Rahul.
  52.  
  53.